- calculateTextBounds
void calculateTextBounds(string text, uint[] linesWidths, int biggestWidth, int height, int maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
- characters
HipFontChar[dchar] characters()
- characters
const(HipFontChar[dchar]) characters()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFontWithSize
HipFont getFontWithSize(uint size)
Undocumented in source.
- getHeight
uint getHeight()
Undocumented in source.
- getKerning
int getKerning(dchar current, dchar next)
Undocumented in source.
- getKerning
int getKerning(const(HipFontChar)* current, const(HipFontChar)* next)
Undocumented in source.
- isReady
bool isReady()
Undocumented in source. Be warned that the author may not have intended to support it.
- lineBreakHeight
uint lineBreakHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
- lineBreakHeight
uint lineBreakHeight(uint newHeight)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDispose
void onDispose()
Undocumented in source. Be warned that the author may not have intended to support it.
- onFinishLoading
void onFinishLoading()
Undocumented in source. Be warned that the author may not have intended to support it.
- spaceWidth
uint spaceWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
- spaceWidth
uint spaceWidth(uint newWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
- texture
inout(IHipTexture) texture()
Undocumented in source. Be warned that the author may not have intended to support it.
- wordWrapRange
HipWordWrapRange wordWrapRange(string text, int maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.